2006-07-10 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaction.c:
+ * gtk/gtkiconview.c:
+ * gtk/gtkprintbackend.c:
+ * gtk/gtkprintoperation-unix.c:
+ * gtk/gtkscrolledwindow.c:
+ * gtk/gtktoolbar.c: Fix some typos with inline property
+ docs. (#347065, John Finlay)
+
* gtk/gtkfilechooserbutton.c: Fix some memory handling
issues. (#347043, Chris Wilson)
2006-07-10 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaction.c:
+ * gtk/gtkiconview.c:
+ * gtk/gtkprintbackend.c:
+ * gtk/gtkprintoperation-unix.c:
+ * gtk/gtkscrolledwindow.c:
+ * gtk/gtktoolbar.c: Fix some typos with inline property
+ docs. (#347065, John Finlay)
+
* gtk/gtkfilechooserbutton.c: Fix some memory handling
issues. (#347043, Chris Wilson)
NULL,
GTK_PARAM_READWRITE));
/**
- * GtkAction::icon-name:
+ * GtkAction:icon-name:
*
* The name of the icon from the icon theme.
* Note that the stock icon is preferred, if
/**
- * GtkIconView::item-width:
+ * GtkIconView:item-width:
*
* The item-width property specifies the width to use for each item.
* If it is set to -1, the icon view will automatically determine a
GTK_PARAM_READWRITE));
/**
- * GtkIconView::spacing:
+ * GtkIconView:spacing:
*
* The spacing property specifies the space which is inserted between
* the cells (i.e. the icon and the text) of an item.
GTK_PARAM_READWRITE));
/**
- * GtkIconView::row-spacing:
+ * GtkIconView:row-spacing:
*
* The row-spacing property specifies the space which is inserted between
* the rows of the icon view.
GTK_PARAM_READWRITE));
/**
- * GtkIconView::column-spacing:
+ * GtkIconView:column-spacing:
*
* The column-spacing property specifies the space which is inserted between
* the columns of the icon view.
GTK_PARAM_READWRITE));
/**
- * GtkIconView::margin:
+ * GtkIconView:margin:
*
* The margin property specifies the space which is inserted
* at the edges of the icon view.
/**
- * GtkIconView::orientation:
+ * GtkIconView:orientation:
*
* The orientation property specifies how the cells (i.e. the icon and
* the text) of the item are positioned relative to each other.
if (!initialized)
{
/**
- * GtkSettings::gtk-print-backends:
+ * GtkSettings:gtk-print-backends:
*
* A comma-separated list of print backends to use in the print
* dialog. Available print backends depend on the GTK+ installation,
if (!initialized)
{
/**
- * GtkSettings::gtk-print-preview-command:
+ * GtkSettings:gtk-print-preview-command:
*
* A command to run for displaying the print preview. The command
* should contain a %f placeholder, which will get replaced by
GTK_PARAM_READABLE | GTK_PARAM_WRITABLE));
/**
- * GtkScrolledWindow::window-placement-set:
+ * GtkScrolledWindow:window-placement-set:
*
* Whether "window-placement" should be used to determine the location
* of the contents with respect to the scrollbars. Otherwise, the
GTK_PARAM_READABLE));
/**
- * GtkSettings::gtk-scrolled-window-placement:
+ * GtkSettings:gtk-scrolled-window-placement:
*
* Where the contents of scrolled windows are located with respect to the
* scrollbars, if not overridden by the scrolled window's own placement.
GTK_PARAM_READWRITE));
/**
- * GtkButton::icon-spacing:
+ * GtkButton:icon-spacing:
*
* Spacing in pixels between the icon and label.
*